.hyweb { width:100%; height:415px; position: relative; overflow:hidden;  }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:415px; height:415px;text-align:center;
}
.hyweb li img{ border:0px; }
.hyweb li A{ width:100%;height:415px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {left:45%; bottom:15px;  height:15px; margin-left:-25px; line-height:20px; position: absolute; z-index: 999;	}
.hyweb .num li {
	text-align:center;
	width: 20px;
	height: 21px;
	line-height:0px;
	overflow:hidden;
	color:#F98904;
	font-size:0px;
	text-align:center;
	margin-right: 1px;
	margin-left:1px;
	cursor:pointer;
	float: left;
	background-image: url(p1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.hyweb .num li.on {
	background-image:url(p2.png);
	background-repeat: no-repeat;
	background-position: center center;
} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 80px;
	height:415px;
	position: absolute;
	filter: Alpha(Opacity=0.5);
-moz-opacity:0.5; 		opacity:0.5;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:5%;
	background-image: url(hover_left.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:5%;
	background-position: right center;
	background-image: url(hover_right.png);
}

.hyweb1 { width:100%; height:300px; position: relative; overflow:hidden;  }
.hyweb1 li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:300px; height:300px;text-align:center;
}
.hyweb1 li img{ border:0px; }
.hyweb1 li A{ width:100%;height:300px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb1 .num {left:45%; bottom:15px;  height:15px; margin-left:-25px; line-height:20px; position: absolute; z-index: 999;	}
.hyweb1 .num li {
	text-align:center;
	width: 20px;
	height: 21px;
	line-height:0px;
	overflow:hidden;
	color:#F98904;
	font-size:0px;
	text-align:center;
	margin-right: 1px;
	margin-left:1px;
	cursor:pointer;
	float: left;
	background-image: url(p1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.hyweb1 .num li.on {
	background-image:url(p2.png);
	background-repeat: no-repeat;
	background-position: center center;
} /*当前项*/

/*上一个  下一个*/
.hyweb1 .prev,
.hyweb1 .next {
	width: 80px;
	height:300px;
	position: absolute;
	filter: Alpha(Opacity=0.5);
-moz-opacity:0.5; 		opacity:0.5;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb1 .prev {
	left:5%;
	background-image: url(hover_left.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb1 .next {
	right:5%;
	background-position: right center;
	background-image: url(hover_right.png);
}